home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TOPUNIXATTRIBDIALOG / TOPUNIXATTRIBDIALOG.txt
Text File  |  2008-11-03  |  4KB  |  169 lines

  1. inherited OpUnixAttribDialog: TOpUnixAttribDialog
  2.   Caption = 'Attributes'
  3.   ClientHeight = 507
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   inherited ActionGroupBox: TUiGroupBox
  7.     Top = 159
  8.     Height = 213
  9.     object ActionLbl: TUiLabel
  10.       Left = 16
  11.       Top = 24
  12.       Width = 274
  13.       Height = 26
  14.       Caption = 
  15.         'Check a box to set attribute on selected files.  Uncheck a box t' +
  16.         'o clear attribute.'
  17.       WordWrap = True
  18.     end
  19.     object OwnerLbl: TUiLabel
  20.       Left = 22
  21.       Top = 62
  22.       Height = 13
  23.       Caption = '&Owner:'
  24.       FocusControl = OwnerEdit
  25.     end
  26.     object GroupLbl: TUiLabel
  27.       Left = 22
  28.       Top = 87
  29.       Height = 13
  30.       Caption = '&Group:'
  31.       FocusControl = GroupEdit
  32.     end
  33.     object PermissionsLbl: TUiLabel
  34.       Left = 257
  35.       Top = 62
  36.       Width = 58
  37.       Height = 13
  38.       Alignment = taRightJustify
  39.       Caption = '&Permissions:'
  40.       FocusControl = PermissionsEdit
  41.     end
  42.     object OwnerEdit: TUiEdit
  43.       Left = 87
  44.       Top = 59
  45.       Width = 121
  46.       Height = 21
  47.       TabOrder = 0
  48.     end
  49.     object GroupEdit: TUiEdit
  50.       Left = 87
  51.       Top = 84
  52.       Width = 121
  53.       Height = 21
  54.       TabOrder = 1
  55.     end
  56.     object PermissionsEdit: TUiEdit
  57.       Left = 320
  58.       Top = 59
  59.       Width = 38
  60.       Height = 21
  61.       MaxLength = 3
  62.       TabOrder = 2
  63.       OnChange = PermissionsEditChange
  64.     end
  65.     object OwnerGroupBox: TUiGroupBox
  66.       Left = 16
  67.       Top = 115
  68.       Width = 110
  69.       Height = 82
  70.       Caption = 'O&wner'
  71.       TabOrder = 3
  72.       object OwnerReadEdit: TUiCheckBox
  73.         Left = 8
  74.         Top = 18
  75.         Height = 17
  76.         Caption = 'Read'
  77.         TabOrder = 0
  78.         OnClick = PermissionsChange
  79.       end
  80.       object OwnerWriteEdit: TUiCheckBox
  81.         Left = 8
  82.         Top = 38
  83.         Height = 17
  84.         Caption = 'Write'
  85.         TabOrder = 1
  86.         OnClick = PermissionsChange
  87.       end
  88.       object OwnerExecuteEdit: TUiCheckBox
  89.         Left = 8
  90.         Top = 58
  91.         Height = 17
  92.         Caption = 'Execute'
  93.         TabOrder = 2
  94.         OnClick = PermissionsChange
  95.       end
  96.     end
  97.     object GroupGroupBox: TUiGroupBox
  98.       Left = 132
  99.       Top = 115
  100.       Width = 110
  101.       Height = 82
  102.       Caption = 'G&roup'
  103.       TabOrder = 4
  104.       object GroupReadEdit: TUiCheckBox
  105.         Left = 8
  106.         Top = 18
  107.         Height = 17
  108.         Caption = 'Read'
  109.         TabOrder = 0
  110.         OnClick = PermissionsChange
  111.       end
  112.       object GroupWriteEdit: TUiCheckBox
  113.         Left = 8
  114.         Top = 38
  115.         Height = 17
  116.         Caption = 'Write'
  117.         TabOrder = 1
  118.         OnClick = PermissionsChange
  119.       end
  120.       object GroupExecuteEdit: TUiCheckBox
  121.         Left = 8
  122.         Top = 58
  123.         Height = 17
  124.         Caption = 'Execute'
  125.         TabOrder = 2
  126.         OnClick = PermissionsChange
  127.       end
  128.     end
  129.     object OtherGroupBox: TUiGroupBox
  130.       Left = 248
  131.       Top = 115
  132.       Width = 110
  133.       Height = 82
  134.       Caption = 'O&ther'
  135.       TabOrder = 5
  136.       object OtherReadEdit: TUiCheckBox
  137.         Left = 8
  138.         Top = 18
  139.         Height = 17
  140.         Caption = 'Read'
  141.         TabOrder = 0
  142.         OnClick = PermissionsChange
  143.       end
  144.       object OtherWriteEdit: TUiCheckBox
  145.         Left = 8
  146.         Top = 38
  147.         Height = 17
  148.         Caption = 'Write'
  149.         TabOrder = 1
  150.         OnClick = PermissionsChange
  151.       end
  152.       object OtherExecuteEdit: TUiCheckBox
  153.         Left = 8
  154.         Top = 58
  155.         Height = 17
  156.         Caption = 'Execute'
  157.         TabOrder = 2
  158.         OnClick = PermissionsChange
  159.       end
  160.     end
  161.   end
  162.   inherited FilteredWarningGroupBox: TUiGroupBox
  163.     Top = 380
  164.   end
  165.   inherited BottomPanel: TUiPanel
  166.     Top = 462
  167.   end
  168. end
  169.